home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Tests / pragma.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-24  |  75 b   |  7 lines  |  [TEXT/MPS ]

  1. #define prag(x) yyy \
  2. \
  3. # x pra ## gma x \
  4. zzz
  5.  
  6. foo() { prag(parameter); }
  7.